Merged
Conversation
Problem: project metadata is outdated and github won't render issue/pull request links from the NEWS file. Drop AUTHORS, use the git history instead. Drop INSTALL as these are just the generic GNU instructions. Drop ChangeLog which is just a placeholder, apparently. Convert NEWS to github markdown and a slightly more compact format. Leave the pre-release history as is (rendered verbatim). Convert google code "issue N" refs to "gcode-N" to avoid ambiguity. Remove trailing whitespace. Add NEWS.md to EXTRA_DIST. Update AC_CONFIG_SRCDIR to reference NEWS.md not NEWS.
2a26861 to
dda1105
Compare
grondo
approved these changes
Nov 2, 2025
Member
grondo
left a comment
There was a problem hiding this comment.
LGTM! Just noticed a couple typos.
| $SUDO $PATH_RSYNC -av /etc mnt/etc/ 2>&1 >rsync.out | ||
| ' | ||
| test_expect_success 'rsync /etc to mut/etc again should be silent' ' | ||
| test_expect_success 'rsync /etc to mnt/etc again should be silent' ' |
Member
There was a problem hiding this comment.
Commit message typo: 'descriptins'
| ### References | ||
|
|
||
| VirtFS -- A virtualization aware File System pass-through, Jujjuri et al, 2010. | ||
| [VirtFS -- A virtualization aware File System pass-through](https://www.kernel.org/doc/ols/2010/ols2010-pages-109-120.pdf), Jujjuri et al, 2010. |
Problem: the rsync sharness test references the wrong mount point in one of its test descriptions. Fix typo.
Problem: generating release notes is a laborious process. Pull in a script from flux-framework/flux-core. Co-authored-by: Mark A. Grondona <mgrondona@llnl.gov>
Problem: there are no release notes for 1.1.0. Add them.
Problem: the install-deps-deb.sh script doesn't install munge. Add it.
Problem: the README.md is out of date. Update it for the current release.
Problem: protocol.md lists document titles but provides no linkage. Add current URLs for references.
Member
Author
|
Thanks! Fixed those things and bumped the tag date to today. I'll set MWP. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds release notes for a 1.1.0 release.
I bumped the minor version because there are some user visible changes (see release notes), but it didn't seem like the changes qualified for a major release, given that internals didn't change much at all.
This also shuffles the project metadata a bit and updates the main README.md.